C1.Silverlight.Schedule.5
AddRange(T[]) Method

An array of items.
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal items() As T _
) 
public virtual void AddRange( 
   T[] items
)

Parameters

items
An array of items.
See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.